Just set oit for things that need it.
(FIXME: Buttons should probably not need it, but spinbuttons and
treeview headers don't have a proper background without it.)
@define-color error_bg_color rgb (237, 54, 54);
* {
- background-color: @bg_color;
color: @fg_color;
border-color: shade (@bg_color, 0.6);
padding: 2;
border-width: 0;
}
+GtkWindow, .button, .slider {
+ background-color: @bg_color;
+}
+
*:prelight {
background-color: shade (@bg_color, 1.05);
color: shade (@fg_color, 1.3);